-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for int64_t indices and offsets in TBE inference [6/N] #3182
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request was exported from Phabricator. Differential Revision: D62602764 |
This pull request was exported from Phabricator. Differential Revision: D62602764 |
d2734fa
to
948a8bb
Compare
…ytorch#3182) Summary: Pull Request resolved: pytorch#3182 X-link: facebookresearch/FBGEMM#278 - Convert `PrunedMapCPU::lookup` to use `index_t` Differential Revision: D62602764
Summary: - Add support for int64_t indices in TBE inference [1/N] Differential Revision: D61813383
Summary: - Add support for int64_t indices in TBE inference [2/N] - Convert `pruned_array_lookup_cuda` to use index_t Differential Revision: D62271409
Summary: - Convert `pruned_hashmap_lookup_cuda` to use index_t Differential Revision: D62277673
Summary: - Convert `pruned_array_lookup_cpu` to use `index_t` Differential Revision: D62470736
Summary: - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
This pull request was exported from Phabricator. Differential Revision: D62602764 |
…ytorch#3182) Summary: Pull Request resolved: pytorch#3182 X-link: facebookresearch/FBGEMM#278 - Convert `PrunedMapCPU::lookup` to use `index_t` Differential Revision: D62602764
948a8bb
to
7bd0e6f
Compare
This pull request was exported from Phabricator. Differential Revision: D62602764 |
…ytorch#3182) Summary: Pull Request resolved: pytorch#3182 X-link: facebookresearch/FBGEMM#278 - Convert `PrunedMapCPU::lookup` to use `index_t` Differential Revision: D62602764
7bd0e6f
to
d52deab
Compare
…ytorch#3182) Summary: Pull Request resolved: pytorch#3182 X-link: facebookresearch/FBGEMM#278 - Convert `PrunedMapCPU::lookup` to use `index_t` Differential Revision: D62602764
This pull request was exported from Phabricator. Differential Revision: D62602764 |
This pull request has been merged in b907f32. |
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/278
PrunedMapCPU::lookup
to useindex_t
Differential Revision: D62602764